three-entry table - перевод на русский
Diclib.com
Словарь онлайн

three-entry table - перевод на русский

DATA STRUCTURE THAT MAPS VIRTUAL ADDRESSES WITH PHYSICAL ADDRESSES
Address table; Page translation table; Page translation tables; Page tables; Hierarchical page tables; Inverted page table; Multilevel page table; Pte bit; Page Table Entry; Page table entry; Frame table; Page walk
  • Actions taken upon a virtual to physical address translation. Each translation is restarted if a TLB miss occurs, so that the lookup can occur correctly through hardware.
  • Relationship between pages addressed by virtual addresses and the pages in physical memory, within a simple address space scheme. Physical memory can contain pages belonging to many processes. Pages can be held on disk if seldom used, or if physical memory is full. In the diagram above, some pages are not in physical memory.
  • PSE]]).
  • PSE]]).

three-entry table      

математика

таблица с тремя входами

entry-level job         
JOB REQUIRING LITTLE OR NO PRIOR WORK EXPERIENCE IN THE FIELD, OFTEN FILLED BY INDIVIDUALS RECENTLY COMPLETING SCHOOL
Entry level job; Entry level worker; Entry-level worker; Grunt work; Entry-level; Low wage
перспективная работа
single-entry bookkeeping         
METHOD OF BOOKKEEPING RELYING ON A ONE SIDED ACCOUNTING ENTRY TO MAINTAIN FINANCIAL INFORMATION
Books of original entry; Single entry bookkeeping; Single-entry accounting system; Single-entry bookkeeping system

Смотрите также

single entry bookkeeping

Определение

entry-level
1.
Entry-level is used to describe basic low-cost versions of products such as cars or computers that are suitable for people who have no previous experience or knowledge of them. (BUSINESS)
Several companies are offering new, entry-level models in hopes of attracting more buyers.
ADJ: usu ADJ n
2.
Entry-level jobs are suitable for people who do not have previous experience or qualifications in a particular area of work. (BUSINESS)
Many entry-level jobs were filled by school leavers.
ADJ: usu ADJ n

Википедия

Page table

A page table is the data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are used by the program executed by the accessing process, while physical addresses are used by the hardware, or more specifically, by the random-access memory (RAM) subsystem. The page table is a key component of virtual address translation that is necessary to access data in memory.